home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 2.iso / dist / fw_hylafax.idb / usr / freeware / catman / u_man / cat1 / tiffcheck.Z / tiffcheck
Text File  |  2002-07-08  |  3KB  |  87 lines

  1. TIFFCHECK(${MANNUM1_8})              TIFFCHECK(${MANNUM1_8})
  2.  
  3.  
  4.  
  5. NNAAMMEE
  6.        tiffcheck - check TIFF for _H_y_l_a_F_A_X conversion requirements
  7.  
  8. SSYYNNOOPPSSIISS
  9.        $${{SSBBIINN}}//ttiiffffcchheecckk [ _o_p_t_i_o_n_s ] _f_i_l_e_._t_i_f
  10.  
  11. DDEESSCCRRIIPPTTIIOONN
  12.        ttiiffffcchheecckk takes TIFF input and writes  a     multi-line  text
  13.        message    to the standard    output describing any work needed
  14.        to  prepare  the     images      for    facsimile   transmission.
  15.        _t_i_f_f_c_h_e_c_k  is  usually  invoked    by _t_i_f_f_2_f_a_x(${MANNUM1_8})
  16.        script that is used by the _H_y_l_a_F_A_X  scheduler  to  prepare
  17.        TIFF documents submitted    for transmission.
  18.  
  19.        The  first  line     of output is a    series of ``+''-separated
  20.        words that indicate if the input    file should be:
  21.  
  22.      rejected (``REJECT''),
  23.  
  24.      reformatted  with  a  different  data-encoding      scheme
  25.       (``REFORMAT''),
  26.  
  27.      scaled    to different page dimensions (``RESIZE''),
  28.  
  29.      reimaged    in       a   different   vertical   resolution
  30.       (``REVRES''),    or
  31.  
  32.      reimaged for other  reasons  such  as    conversion  from
  33.       color    to black&white (``REIMAGE'').
  34.  
  35.        The  conversion    requirements string will always    have key
  36.        words in    the above order; e.g.  ``RESIZE+REVRES''  if  the
  37.        input file needs    to be scaled and converted to a    different
  38.        resolution.   Information  following  the  first     line  is
  39.        descriptive  text that explains the reason(s) for the file
  40.        conversion(s); this text     is  suitable  for  return  to    a
  41.        client    (should      document  conversion    fail  or  not  be
  42.        attempted).  The    descriptive text is  ordered  identically
  43.        to  the    keywords  in the conversion string; this makes it
  44.        possible    to match up conversion requirements to reasons.
  45.  
  46. OOPPTTIIOONNSS
  47.        The following operations    are recognized:
  48.  
  49.        --11     Set output to be Group    3 1D-encoded.
  50.  
  51.        --22     Set output to be Group    3 2D-encoded.
  52.  
  53.        --ww _w_i_d_t_h     Set  the  output  page     _w_i_d_t_h,     in  pixels.   By
  54.          default, pages    are 1728 pixels    wide.
  55.  
  56.        --ll _l_e_n_g_t_h Set  the  output page _l_e_n_g_t_h in millimeters.  By
  57.          default, pages    are 297    millimeters long.
  58.  
  59.        --rr _v_r_e_s     Set the vertical resolution, in  lines/inch,  at
  60.          which to image    the .
  61.  
  62. EEXXAAMMPPLLEESS
  63.        The  following  color  image  needs  to    be  converted  to
  64.        black&white, resized to the output  page     dimensions,  and
  65.        reformatted to use Group    3 1D-encoded data.
  66.  
  67.           hyla% ${SBIN}/tiffcheck jello.tif
  68.           REFORMAT+RESIZE+REIMAGE
  69.           Document is not a    bilevel    image (bits/sample 8).
  70.           Document requires    reformatting, not in Group 3 format.
  71.           Document requires    resizing to adjust page    width (convert to 1728,    document is 256).
  72.  
  73.        This image is a facsimile received at high resolution (196
  74.        lpi); it    only needs to be converted to 98 lpi.
  75.  
  76.           hyla% ${SBIN}/tiffcheck faxix.tif
  77.           REVRES
  78.           Document requires    reformatting to    adjust vertical    resolution (convert to 98, document is 196).
  79.  
  80. SSEEEE AALLSSOO
  81.        _t_i_f_f_2_f_a_x(${MANNUM1_8}),      _f_a_x_q(${MANNUM1_8}),     _h_y_l_a_f_a_x_-
  82.        _s_e_r_v_e_r(${MANNUM4_5})
  83.  
  84.  
  85.  
  86.              January 18, 1996 TIFFCHECK(${MANNUM1_8})
  87.